ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / ComArray<T> Class
Properties Methods Events


In This Topic
    ComArray<T> Class Members
    In This Topic

    The following tables list the members exposed by ComArray<T>.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether this instance is disposed. (Inherited from C1.Util.DX.DisposeBase)
    Public PropertyGets or sets the T with the specified i.  
    Public PropertyGets the length. (Inherited from C1.Util.DX.ComArrayBase)
    Public PropertyGets the pointer to the native array associated to this instance. (Inherited from C1.Util.DX.ComArrayBase)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Clean up any resources being used. (Inherited from C1.Util.DX.ComArrayBase)
    Public MethodGets an object at the specified index. (Inherited from C1.Util.DX.ComArrayBase)
    Public MethodSets an object at the specified index. (Inherited from C1.Util.DX.ComArrayBase)
    Top
    Protected Methods
     NameDescription
    Protected MethodReleases unmanaged resources and performs other cleanup operations before the DisposeBase is reclaimed by garbage collection. (Inherited from C1.Util.DX.DisposeBase)
    Top
    Public Events
     NameDescription
    Public EventOccurs when this instance is fully disposed. (Inherited from C1.Util.DX.DisposeBase)
    Public EventOccurs when this instance is starting to be disposed. (Inherited from C1.Util.DX.DisposeBase)
    Top
    See Also